Heightmap Generator

A simple height map generator utilizing different noise generation techniques to obtain height maps that can be used for terrain generators or other applications.

The project is made using C# and the source code can be found on my GitHub.

The technique uses different algorithms such as DLA, Simplex Noise, Perlin Noise, Blur, etc to produce noise and play with their parameters, these results can be used in game engines to generate terrain meshes.


comments powered by Disqus